home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / pcl4c60.zip / SELFTEST._W_ < prev    next >
Text File  |  1996-03-16  |  204b  |  11 lines

  1. #
  2. # WATCOM C makefile for SELFTEST.C ( small model )
  3. #
  4. .c.obj:
  5.      wcl -ms -c $*.c
  6.  
  7. selftest.exe: selftest.obj pcl4c_s.lib
  8.      wcl selftest.obj pcl4c_s.lib
  9.  
  10. selftest.obj: selftest.c pcl4c.h
  11.